GtkTreeView: Avoid device query on collapsing rows
authorCarlos Garnacho <carlosg@gnome.org>
Thu, 21 Jan 2016 14:21:16 +0000 (15:21 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Fri, 22 Jan 2016 20:18:24 +0000 (21:18 +0100)
commita5f9dc12849b1b2efcc5c452fef5e3d99c70a172
tree35b602924c769c25209852fca028bb6943173db3
parent0a9e9db9f4a8b81d3dda6b7d739b0fb003a642c1
GtkTreeView: Avoid device query on collapsing rows

The pointer position is queried to properly trigger the prelight
updates on the new row below it. We store the last coordinates
though, and track crossing events to unset these, so it's safe
to just update_prelight() here on these.
gtk/gtktreeview.c